UInt64NINumericUInt64NLogicalExclusiveOr Method
Computes the bitwise logical exclusive OR, also known as the bitwise logical XOR, of the current value and the specified value.
Namespace: Jodosoft.NumericsAssembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
UInt64N INumeric<UInt64N>.LogicalExclusiveOr(
UInt64N value
)
Private Function LogicalExclusiveOr (
value As UInt64N
) As UInt64N Implements INumeric(Of UInt64N).LogicalExclusiveOr
private:
virtual UInt64N LogicalExclusiveOr(
UInt64N value
) sealed = INumeric<UInt64N>::LogicalExclusiveOr
private abstract LogicalExclusiveOr :
value : UInt64N -> UInt64N
private override LogicalExclusiveOr :
value : UInt64N -> UInt64N
- value UInt64N
- The value with which to compute the logical exclusive OR.
UInt64NThe bitwise logical exclusive OR of the current value and
value.
INumericTSelfLogicalExclusiveOr(TSelf)